Enum Flow.FreezeMode
Constants for freeze modes.
To be used with Flow.GetFreezeMode and Flow.SetFreezeMode functions.
Members
| NONE | Normal in-game operation. |
| FULL | Game is completely frozen, as in pause or inventory menus. |
| SPECTATOR | Game is completely frozen, but with ability to control camera. |
| PLAYER | Game is completely frozen, but with ability to control player. |